home *** CD-ROM | disk | FTP | other *** search
/ Macromedia Multimedia Showcase 5.1 / Macromedia - Multimedia Showcase 5.1 (Macromedia) (1996).ISO / pc / media / 20000.dir / 00200_Script_200 < prev    next >
Text File  |  1996-03-27  |  248b  |  11 lines

  1. -- 23000.dir local WAIT TILL QuickTime done
  2.  
  3. on exitFrame
  4.   global gNavObj  
  5.   if WaitForQTM(gNavObj) then
  6.     checkHeadRollover
  7.     UpdateEvents(gNavObj) -- update event queue
  8.     UpdateRollover(gNavObj)    
  9.     go the frame
  10.   end if
  11. end